home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / current.txt < prev    next >
Text File  |  1997-11-25  |  4KB  |  120 lines

  1.    Copyright (C) 1990, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, current.txt, describes problems and new features in the current
  21. release of Ghostscript.  This file describes version 5.10 of Ghostscript.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. New features (since release 5.03)
  27. ============
  28.  
  29. (This is not a complete list of new features: see NEWS for details.)
  30.  
  31. ps2pdf (and the pdfwrite device) now produces much more compact output.  By
  32. default, the output is compatible only with Acrobat 3.x; for Acrobat
  33. 2.x-compatible output, use
  34.     ps2pdf -dCompatibilityLevel=1.1 ...
  35.  
  36. ps2pdf now has more flexibility about the handling of unencoded glyphs.  See
  37. gdevpdft.c for details.
  38.  
  39. ps2pdf now recognizes the CompressPages, CompatibilityLevel, and
  40. UseFlateCompression device (distiller) parameters.
  41.  
  42. The PDF interpreter now handles Lab and Separation color spaces, images with
  43. color space resources, embedded font subsets, undefined operators with
  44. BX/EX, and Functions.
  45.  
  46. Changes
  47. =======
  48.  
  49. The RGB<->CMYK conversion rules have been changed back to Adobe's documented
  50. rules.
  51.  
  52. Known problems
  53. ==============
  54.  
  55. (This is not a complete list of known problems: see NEWS for details.)
  56.  
  57. Usage
  58. -----
  59.  
  60. On a MS-DOS system, interrupting the interpreter by typing ^C doesn't
  61. restore the display mode.
  62.  
  63. Limitations
  64. -----------
  65.  
  66. serialnumber returns the same value in all copies.
  67.  
  68. Some floating point exceptions terminate the interpreter, rather than
  69. producing a limitcheck error.
  70.  
  71. The DCTEncode filter disregards the Blend parameter, and uses different
  72. QuantTables and HuffTables from Adobe's.
  73.  
  74. The DCT filters do not support nonintegral sample ratios.  Also, DCTEncode
  75. will not create files with Sum(HS*VS)>10 (regardless of the value of the
  76. Relax parameter) because they violate the JPEG standard; but DCTDecode will
  77. read such files.
  78.  
  79. The size of the execution stack cannot be changed dynamically.  (However,
  80. the sizes of the operand and dictionary stacks can be changed.)
  81.  
  82. Separation color spaces are implemented, but devices that actually produce
  83. color separations are not supported.  The special color separations All and
  84. None, and the primary separations (Red, Green, etc.), are not supported.
  85.  
  86. execform and ucache are implemented, but they do not actually do any
  87. caching; setucacheparams and ucachestatus are dummies.  (This only impacts
  88. performance, not functionality.)
  89.  
  90. The image operator only honors the Interpolate flag in the image dictionary
  91. if the combined transformation (ImageMatrix + CTM) doesn't involve rotation,
  92. skewing, or X-reflection; imagemask doesn't honor Interpolate at all.
  93.  
  94. Some path building operations that would generate a device coordinate larger
  95. than +/-2^19 will cause a limitcheck.  However, the common ones ([r]moveto,
  96. [r]lineto, [r]curveto, closepath) will not.
  97.  
  98. Graphics bugs
  99. -------------
  100.  
  101. Opening more than one window device at the same time doesn't work.
  102. This is the case for both X Windows and Microsoft Windows.
  103.  
  104. cshow doesn't work with composite fonts.
  105.  
  106. Non-graphics bugs
  107. -----------------
  108.  
  109. The %statementedit pseudo-file is equivalent to %lineedit.  As a
  110. consequence, the interactive interpreter requires that every statement fit
  111. on a line, i.e., you can't have an unpaired (, {, or <.
  112.  
  113. The following operators that expect arrays won't accept packed arrays:
  114.     definefont (Subrs (type 1 fonts))
  115.  
  116. Syntax errors occurring within a binary token do not produce the error
  117. message specified by the Adobe documentation.
  118.  
  119. save doesn't save, and restore doesn't restore, the user parameters.
  120.